한국어
새로운 카탈로그를 생성하고 생성된 카탈로그 정보를 반환합니다.
cURL
curl --request POST \ --url https://your_a2_service/catalogs \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "id": "", "metadata": { "brand": "<string>", "category": "<string>", "created_at": "2023-11-07T05:31:56Z", "id": "<string>", "image_link": "<string>", "link": "<string>", "seller_name": "<string>", "title": "<string>", "updated_at": "2023-11-07T05:31:56Z" }, "schema": "creative.catalog", "source": "<string>" }'
{ "id": "", "metadata": { "brand": "<string>", "category": "<string>", "created_at": "2023-11-07T05:31:56Z", "id": "<string>", "image_link": "<string>", "link": "<string>", "seller_name": "<string>", "title": "<string>", "updated_at": "2023-11-07T05:31:56Z" }, "schema": "creative.catalog", "source": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
카탈로그 엔티티의 기본 구조를 나타내는 스키마
Successful Response
이 페이지가 도움이 되었나요?